feat(import): restore external agent sessions#41
Draft
patroza wants to merge 1 commit into
Draft
Conversation
patroza
force-pushed
the
draft/restore-external-session-import
branch
from
July 25, 2026 11:21
cace07b to
0afe66d
Compare
patroza
force-pushed
the
draft/restore-external-session-import
branch
from
July 25, 2026 14:31
0afe66d to
4823383
Compare
3 tasks
patroza
force-pushed
the
draft/restore-external-session-import
branch
2 times, most recently
from
July 25, 2026 14:56
455a316 to
75a9bc5
Compare
patroza
force-pushed
the
fork/changes
branch
4 times, most recently
from
July 26, 2026 08:56
79176b5 to
d526bc4
Compare
patroza
force-pushed
the
fork/changes
branch
3 times, most recently
from
July 27, 2026 05:25
0373b28 to
b7823d4
Compare
patroza
force-pushed
the
draft/restore-external-session-import
branch
4 times, most recently
from
July 27, 2026 07:10
8360d0f to
2fea203
Compare
patroza
force-pushed
the
draft/restore-external-session-import
branch
from
July 27, 2026 10:57
2fea203 to
d1d7386
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Parked feature draft
fork/changesdraft/restore-external-session-importfork/changesbefore review resumesThis draft restores the complete external agent-session import feature as one isolated change:
import-sessionsCLI command and registrationPR #53 removed the generic import entry points from the runnable base. This PR remains the sole
home of the full import feature and must not leak into
fork/changespiecemeal.Last verified before parking
vp test run apps/server/src/bin.test.ts apps/server/src/externalSessions/importSessions.test.ts(19 passed)
vp run --filter t3 typecheckvp run --filter @t3tools/web typecheckProvenance
Reconstructed from historical session-import work after PR #53, without unrelated reversions.